context.timerCtx.timer (field)

5 uses

	context (current package)
		context.go#L455: 		c.timer = time.AfterFunc(dur, func() {
		context.go#L467: 	timer *time.Timer // Under cancelCtx.mu.
		context.go#L489: 	if c.timer != nil {
		context.go#L490: 		c.timer.Stop()
		context.go#L491: 		c.timer = nil